﻿body {
	font: 100%/1.4 sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	outline:0;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	outline:0;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	outline:0;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	outline:0;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container 
{
    border: 0px;
    padding: 0px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header 
{
  	background-repeat:no-repeat;
    background-color:#293452;
}

.headerShort {
	background-color: #fff;
	background-image:url(../images/hi-header-short.jpg);
	background-repeat:no-repeat;
	height:102px;
}

.content {
   	padding:0;
    border:0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 40px 0;
	background-color: #fff;
	text-align:center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.redbar {
    font-size:14px;
	background-color:#C00;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	padding: 5px 10px 5px 10px;
	border-top: 3px solid white;
    min-width: 950px;
}

.LoginImg {
    position: relative;
    padding: 30px 0px 0px 30px;
}
.LoginEntryFlds 
{
    width: 290px; 
    height: 28px; 
    font-size: 18px; 
    color: #4e4b4c; 
    margin: 0px 0px 0px 30px; 
    padding: 1px; 
}
.OR-LoginBg {
 	background-color: #4e4b4c;
	height:250px;
	width:369px;
	float:left;
}
.welcome {
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	height:250px;
	width:603px;
 }
.homeSelections {
	position:relative;
	top:30px;
	margin:0px; 
    border-collapse:collapse; 
}
.loginBtn {
    width:83px;	
    height:30px; 
    margin: 0px 0px 20px 30px; 
 }

.GridViewHighlightGrandTotals {
	background-color: #B7E4D0;
}

.GridViewHighlightSubTotals {
	background-color: #BCB7E4;
}

.GridViewHighlightDetails {
	background-color: #B7CBE4;
}

label {
 color: #000000;
 font-weight: bold;
 font-size:12px;
 }

/*[src$='-inactive.png']
{
   cursor: default;
}

[src$='images/NV/welcome.png']
{
   position: relative;
   right:-3px;
}

#DataSection table
{
   border-collapse: collapse; 
}
*/ 
 .menuSubHeader
 {
     font-family:sans-serif;
     color: #262665;
     font-weight: bold;
     font-size: 14px;   
 }
 
 .menuSubHeaderHorzLine
{
    border-style: solid none none none;
    border-width: 3px;
    border-color: #262665;
    width:100%;
}


form {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial , _sans;
	text-decoration: none;
	font-size: 10px;
	text-align:left;
	position:relative;
	border:none;
	top:10px;
	
}

fieldset {
	border:none;
}

.InputGrey {
	background-color:#ebebeb;
	border:0;
	width: 140px;
	text-align: left;
	vertical-align: top;
}

.InputGreySmall {
	background-color:#ebebeb;
	border:0;
	width: 80px;
	text-align: left;
	vertical-align: top;
}

.labelBlack {
   color:#000000;
   font-weight:bold;
   font-size:12px;
}

.buttonClose {
	background-image:url(../images/btnclose.jpg);
	width:83px;
	height:30px;
	border:none;
	position:relative;
	
}
.showReport {
	background-image:url(../images/btnShowReport.png);
	background-repeat:no-repeat;
	width:172px;
	height:40px;
}
.headline {
	font-family:sans-serif;
	font-size:22px;
    font-weight:800;
	color:#262665;
	padding: 10px 0px 0px 0px;
}

.headlineSmaller {
	font-family:sans-serif;
	font-size:14px;
	color:#262665;
	padding: 0px 0px 10px 0px;
}

hr {
	background-color:#262665;	
	border:0;
	position:relative;
	top:-20px;
}

table {
    margin: 1px 1px 1px 1px;
    vertical-align: top;
    text-align: left;
    border-collapse: collapse;
} 

table.grid {
	border: 1px #CCCCCC solid;
}

table.grid, td.grid, th
{
font-size:12px;
}

.pager 
{
	color: #000;
	padding:10px;
}

td.gridOdd
{
padding:10px;
background-color:#e7e7e7;
}

td.gridEven
{
padding:10px;

}

.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url(images/tab_unselected.gif);
    width:116px;
    padding:9px 0px 3px 0px;
    text-align:center;    
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:6px 0px 3px 0px;
    background:url(images/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
    font-size:14px;
    background-color:#F5F5F5;
    border-style:solid;
    border-color:#99CCFF;
    border-width:1px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:2px;
}
.progressBackgroundFilter {
   background-color: #000;    
   filter: alpha(opacity=50);    
   opacity: 0.5; 
   width: 100%; 
   top: 0px; 
   left: 0px; 
   position: fixed; 
   height: 100%;
   z-index: 1000; 
}
.processMessage { 
    position:fixed; 
    top:35%; 
    left:45%;
    padding:10px; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
    color: #000000;
    font-size: medium;
	font-weight: bold;
}
.modalBackground {
    background-color: Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.modalPopup {
    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding:0;
    font-size: small;
}
.modalPopup .header {
    background-color: #2FBDF1;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: smaller;
}
.modalPopup .body {
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}
.modalPopup .footer {
    padding: 6px;
}
.modalPopup .yes, .modalPopup .no {
    height: 25px;
    color: White;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin: 6px;
}
.modalPopup .yes {
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}
.modalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.popupInfo {
    position: relative;
    visibility:hidden; 
    background-image:url(images/header.png);
    opacity:1.0;
    filter: alpha(opacity=100);
	background-color:#FFCCCC;
}
.Hide 
{
    visibility: hidden;
}
.calTextShow
{
  color: #0000FF;
}
.calTextHide
{
  color: White;
}

.ModalWindow {
  border: solid 1px #c0c0c0;
  background:#ffffff;
  padding: 0px 10px 10px 10px;
  position: relative;
}
.HideCol 
{
    display: none;
}	

table.ReptGridView {
    border: 3px solid #ebebeb;
}
table.ReptGridView th {
	background-color:#bbbbbb;
	border: 2px solid white;
}
table.ReptGridView tr {
   vertical-align: top;
}
table.ReptGridView td {
    border: 2px solid white;
}
.ReptGridViewPager  {
    background-color: #bbbbbb;
}
  
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.rBtnListSmaller input 
{
    font-size:10px;
    padding-right: 2px;
    margin-top: -2px;
}

.rBtnListSmaller label 
{
    font-size:10px;
    padding-right: 2px;
    margin-top: -2px;
}

.ListSearchExtenderPrompt {
    font-style: italic;
    min-width: 200px;
}

/* Styles for DriverHistoryCustom report. */

.thumb-image {
    height: 195px;
    float: left;
    padding: 5px 10px 5px 0;
}

.control-image {
    height: 400px;
    float: left;
    padding: 5px 10px 5px 0;
}

.clear-float {
    clear: both;
}

.text-danger {
    color: #dd2323;
}

#ContentPlaceHolder1_gvTestHistory tr:hover, #ContentPlaceHolder1_gvFraudPoints tr:hover {
    background-color: #f5f5f5;
}

.display-none {
    display: none;
}